Microsoft Dynamics GP table structure overview - Alba Spectrum Chicago

Released on = April 30, 2007, 3:47 pm

Press Release Author = Alba Spectrum Group

Industry = Computers

Press Release Summary = Microsoft Great Plains, former Great Plains Software
Dynamics/eEnterprise should be considered as ERP platform for midsize and large
business, so SQL data maintenance and repair is normal IT procedure, this is why
table structure and MRP architecture should be familiar to SQL DB administrator. We
will begin with architecture and table name coding and then go down to typical data
repair

Press Release Body = Andrew Karasev, Alba Spectrum Group,
http://www.albaspectrum.com help@albaspectrum.com 1-866-528-0577, 1-630-961-5918

Microsoft Great Plains, former Great Plains Software Dynamics/eEnterprise should be
considered as ERP platform for midsize and large business, so SQL data maintenance
and repair is normal IT procedure, this is why table structure and MRP architecture
should be familiar to SQL DB administrator. We will begin with architecture and
table name coding and then go down to typical data repair
. Setup Tables. These tables have 4 prefix. IV40100 - this is Inventory Control
Module setup table. Setup tables may have only one record, if this is module setup
or multiple records, if this is something like Inventory Class setup (vendor,
customer class setup to give additional examples)
. History Tables. These tables have 3 prefix. SOP30200 - this is Sale Transaction
Header history table. When you post transactions - they go to open (optional phase)
and history
. Open Tables. These tables have 2 prefix. GL20000 - this table stores all your
open year posted GL transactions. For some of the module open stage is skipped
(Sales Order Processing - here transactions when posted go to the history tables
directly)
. Work Tables. These tables have 1 prefix. These tables are present in each
module: GL, Inventory Control, Invoicing, Receivable Management, Payroll, Payable
Management, Purchase Order Processing, Bill of Material. Great Plains has batch
posting module - this feature allows you to save and store work (or unposted)
transactions in the batch. SOP10100 - this is Sales Transaction Header Work table
. Master Tables. These tables have 0 prefix. We will give you several examples:
IV00101 - inventory item master stores all your inventory items, RM00101 - customer
master table, IV00200 - vendor master table, GL00100 - General Ledger account master
table
. Table repair technique. When you consider to repair one of GP tables, you do
backup of the table, execute this SQL statement:

Select * into IV00101_Backup from IV00101

Then do you data repair. If you need to roll back to old backed up version of the
table, do this:
1. Clean your original table: delete IV00101
2. Restore it from backup: alter table IV00101_Backup drop column DEX_ROW_ID insert
into IV00101 select * from IV00101_Backup

Some additional hints. Microsoft Great Plains is Dexterity application. Dex
internal logic adds autoid column DEX_ROW_ID, so you have to drop it prior to
restoring the table from backup

Andrew Karasev, Alba Spectrum Group, http://www.albaspectrum.com
help@albaspectrum.com 1-866-528-0577, 1-630-961-5918, serving GP customers in USA
and Canada nationwide via remote support: California, Alberta, Ontario, Quebec,
Minnesota, New York, Virginia, Washington, New Jersey, Florida, Georgia, California,
Nebraska, Utah, Nevada, Iowa, Wyoming. Local service is available in Houston /
Dallas Texas as well as in Chicago / Springfield, Illinois: Naperville, Aurora,
Joliet, Plainfield, Lisle, Downers Grove, Wheaton, Warrenville, Batavia, St,
Charles, Elgin, Rockford, Morris, Ottawa, Montgomery, Romeoville, University Park,
Hinsdale, Lincoln Woods, De Kalb, LaSalle, Seneca.


Web Site = http://www.albaspectrum.com

Contact Details = Andrew Karasev, Alba Spectrum Group, http://www.albaspectrum.com
help@albaspectrum.com 1-866-528-0577, 1-630-961-5918

  • Printer Friendly Format
  • Back to previous page...
  • Back to home page...
  • Submit your press releases...
  •